/* 地图开始 */

.BMap_noprint {
    display: block !important;
}

.BMap_Marker {
    background: url(../images/weiz1.png) !important;
    background-size: 100% 100% !important;
    height: 30px !important;
    width: 22px !important;
    display: none;
    transform: scale(0.8);
}


/* 地图结束 */
/* 公益活动开始 */
.news01_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-bottom: 100px;
}

.news01_list .news01_list_item {
    text-decoration: none;
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

/* .news01_list .news01_list_item::before {
    transition: 1s;
    content: '';
    width: 0;
    height: 100%;
    background: #f1f3f4;
    position: absolute;
    z-index: -1;
} */

/* .news01_list .news01_list_item:hover::before {
    width: 100%;
} */

.news01_list .news01_list_item:hover .news01_list_r h3 {
    color: #0563ff;
}

.news01_list a .news01_list_item_t {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style-type: none;
}

.news01_list a .news01_list_item_t .news01_list_item_c {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 20px 0;
}

.news01_list_l {
    float: left;
    width: 240px;
    height: 180px;
    overflow: hidden;
    margin: auto;
    margin-right: 20px;
}

.news01_list_l img {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
}

.news01_list_r {
    float: left;
    width: calc(100% - 290px);
    height: auto;
    overflow: hidden;
}

.news01_list_r c {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news01_list_r h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news01_list_r p {
    font-size: 14px;
    color: #808080;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news01_list_r span {
    font-size: 14px;
    color: #333333;
    margin-top: 30px;
    display: block;
}

/* 新闻内容列表结束 */
/* 响应式开始 */
/* 响应式结束 */

@media screen and (max-width: 1200px) {
    .news01_crumbs_con p {
        margin-left: 20px;
    }

    .news01_nav_con ul {
        margin: 50px auto;
    }

    .news01_list_l {
        width: 220px;
        height: 170px;
    }

    .news01_list a .news01_list_item_t .news01_list_item_c {
        width: 96%;
    }

    .news01_list_r h3 {
        margin-top: 15px;
    }

    .news01_list_r p {
        margin-top: 15px;
    }

    .news01_list_r span {
        margin-top: 15px;
    }
}

@media screen and (max-width: 950px) {
    .news01_nav_con ul {
        margin: 20px auto;
    }

    .news01_nav_con ul li a p {
        font-size: 16px;
    }

    .news01_list_l {
        width: 175px;
        height: 140px;
        margin: 0 20px 0 10px;
    }

    .news01_list_r {
        width: calc(100% - 205px);
    }

    .news01_list_r h3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .news01_list_r p {
        margin-top: 10px;
        font-size: 13px;
    }

    .news01_list_r span {
        margin-top: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .news01_banner_z {
        margin-top: -22px;
        margin-left: -40px;
    }

    .news01_banner img {
        height: 140px;
    }

    .news01_banner_z h2 {
        font-size: 20px;
    }

    .news01_banner_z h1 {
        font-size: 20px;
        margin-top: -20px;
    }

    .news01_crumbs {
        height: 40px;
    }

    .news01_crumbs_con p {
        margin-left: 10px;
        font-size: 12px;
        line-height: 40px;
    }

    .news01_nav_con ul li a p {
        font-size: 13px;
    }

    .news01_nav_con ul li a span {
        width: 60px;
    }

    .news01_nav_con ul li div {
        margin: 0 10px 9px 15px;
    }

    .news01_list_l {
        width: 110px;
        height: 90px;
        margin: 0 10px 0 5px;
    }

    .news01_list_r {
        width: calc(100% - 125px);
    }

    .news01_list_r c {
        font-size: 13px;
    }

    .news01_list_r h3 {
        margin-top: 5px;
        font-size: 15px;
    }

    .news01_list_r p {
        margin-top: 2px;
        font-size: 12px;
    }

    .news01_list_r span {
        margin-top: 5px;
    }

    .news01_nav_con ul {
        margin: 10px auto;
    }

    .news01_list {
        margin-bottom: 30px;
    }
}

/* 公益活动结束 */

/* 分页开始 */

.gg_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 20px auto 0;
}

.gg_page ul {
    display: inline-block;
    margin: 20px 0;
}

.gg_page ul li {
    display: inline-block;
}

.gg_page ul li a {
    display: inline-block;
    padding: 0 4px;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 13px;
}

.gg_page ul li span {
    display: inline-block;
    padding: 0 4px;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 13px;
}

.gg_page .active.current span {
    background-color: #1e85e4 !important;
    color: #fff !important;
}

.gg_page ul li a:hover {
    font-weight: bold;
    color: #1e85e4 !important;
}


/* 分页结束 */


/* 关于我们开始 */


/* banner图开始 */

.about_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.about_banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}


/* banner图结束 */

.about {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.about_first {
    max-width: 1400px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.about_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.about_nav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 100px;
}

.about_nav ul li {
    width: 130px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    margin: auto 10px;
    border: 1px solid #ccc;

}
.about_nav_ac{
    background: #1e85e4;
    border: 1px solid #1e85e4!important;
}
.about_nav_ac a{
    color: #fff!important;
}
.about_nav ul li a {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.about_two {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.about_first_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.about_first_title h1 {
    font-family: "Cambria";
    font-size: 22px;
    color: #555;
    text-align: center;
    margin-top: 75px;
    font-style: italic;
}

.about_first_title h1 span {
    color: #1e85e4;
}

.about_first_title p {
    font-size: 18px;
    color: #888888;
    text-align: center;
}

.about_first_title h2 {
    font-size: 22px;
    color: #555555;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin: 10px auto;
    display: block;
    background: url(../images/hengxian.png) no-repeat center;
    background-size: 100%;
}

.about_first_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 50px;
}

.about_first_con p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #777777;
    line-height: 1.9;
    text-align: center;
}

.about_first_con img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    -display: block;
    -margin: 53px auto 100px;
}


/* 关于我们结束 */


/* 产品中心开始 */


/* 面包屑开始 */

.crumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 10px 0;
    background: #f8f8f8;
}


/* 面包屑结束 */

.crumb_con {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    color: #2090ff;
}

.crumb_con a {
    font-size: 14px;
    color: #666666;
    margin: auto 5px;
}

.product {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto 60px;
}

.product_con_l {
    width: 200px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}

.product_con_l ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
}

.product_con_l ul li {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 10px;
}

.product_con_l ul li a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    align-items: center;
    margin: auto;
}

.product_con_l ul li a p {
    font-size: 14px;
    color: #666666;
    float: left;
}

.product_con_l ul li a span {
    background: url(../images/icon_xiala.png) no-repeat center;
    width: 6px;
    height: 10px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    background-size: 100% 100%;
}

.product_con_l ul li:hover {
    background: #1e85e4;
}

.product_con_l ul li:hover a p {
    color: #fff;
}

.product_active {
    background: #1e85e4 !important;
}

.product_active a p {
    color: #fff !important;
}

.product_active a span {
    background: url(../images/icon_xiala1.png) !important;
    transform: rotate(-90deg);
}

.product_con_l ul li:hover a span {
    background: url(../images/icon_xiala1.png);
    transform: rotate(-90deg);
}

.product_con_r {
    width: calc(100% - 220px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
}

.product_con_r_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_con_r_con ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_con_r_con ul li {
    width: 222px;
    min-height: 265px;
    overflow: hidden;
    display: block;
    float: left;
    margin: auto;
    margin-right: 25px;
}

.product_con_r_con ul li:nth-child(4n+4) {
    margin-right: 0;
}

.product_con_r_con ul li a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_con_r_con ul li a img {
    width: 200px;
    height: 155px;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 10px;
    border: 1px solid #dbdbdb;
    transition: 0.5s all;
}

.product_con_r_con ul li a p {
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin: 10px auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_con_r_con ul li:hover a img {
    border: 1px solid #1e85e4;
}

.product_con_r_con ul li:hover a p {
    color: #1e85e4;
}

.product_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_con_r_conNew {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_con_r_conNew ul li{
    width: 100%;
    min-height: 140px;
    margin-bottom: 15px;
}
.product_con_r_conNew ul li img{
    float: left;
    width: 200px;
    height: 140px;
}
.product_con_r_conNew ul li .product_con_r_text{
    padding-left: 220px;
    padding-top: 20px;
}
.product_con_r_conNew ul li .product_con_r_text p{
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.product_con_r_conNew ul li .product_con_r_text div{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
}


/* 产品中心结束 */


/* 产品中心详-情页开始 */

.product_detail {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_detail_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ebebeb;
}

.product_detail_title h1 {
    font-size: 18px;
    color: #555555;
    font-weight: normal;
}

.product_detail_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto;
}

.product_detail_con img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.te_detail h1 {
    font-size: 16px;
    color: #555;
    line-height: 2em;
}

.te_detail p {
    font-size: 16px;
    color: #555;
    line-height: 2em;
    text-indent: 2em;
    margin: 5px auto;
}

.te_detail img {
    -margin: 50px auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    -display: inline-block;
}

.te_detail h2 {
    font-size: 18px;
    text-align: center;
    line-height: 2em;
}


/* 产品中心-详情页结束 */


/* 联系我们开始 */

.contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #f4f4f4;
}

.contact_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 70px;
}

.contact_title h1 {
    font-family: "微软雅黑";
    color: #333;
    font-weight: normal;
    font-size: 22px;
}

.contact_title h1 span {
    color: #1e85e4;
}

.contact_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto;
    background: #fff;
}

.contact_con ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    padding: 80px 0;
}

.contact_con ul li {
    width: 33%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}

.contact_con ul li img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.contact_con ul li p {
    font-size: 16px;
    color: #555555;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 15px;
}

.contact_con ul li h1 {
    font-size: 18px;
    color: #555555;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 10px;
}

.contact_map {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    border: 10px solid #fff;
    margin-top: 30px;
    margin-bottom: 100px;
}

.service_first_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 50px auto 20px;
}

.service_first_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.service_two {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.service_two ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    margin-bottom: 110px;
}

.service_two ul li {
    width: 285px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    margin-right: 16px;
    background: #f8f8f8;
    padding-bottom: 10px;
}

.service_two ul li:nth-child(4n+4) {
    margin-right: 0;
}

.service_two ul li a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.service_two_t {
    width: 100%;
    min-height: 285px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.service_two_t img {
    width: 100%;
    height: 285px;
    overflow: hidden;
    display: block;
    margin: auto;
    transition: 0.5s all;
}

.service_two ul li a h1 {
    font-size: 18px;
    color: #555555;
    padding: 12px 14px 5px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_two ul li a p {
    font-size: 14px;
    color: #777777;
    padding: 0 14px;
    margin: 3px auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_two ul li:hover .service_two_t img {
    transform: scale(1.1);
}


/* 联系我们结束 */


/* 客户案例开始 */

.case {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
}

.case li {
    padding: 0 !important;
}

.product_t {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 15px;
}

.product_t p {
    font-size: 14px;
    color: #666666;
    float: left;
}

.product_t span {
    background: url(../images/icon_xiala.png) no-repeat center;
    width: 6px;
    height: 10px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    background-size: 100% 100%;
}

.case li:hover {
    background: #1e85e4;
}

.case li:hover .product_t p {
    color: #fff;
}

.case_active .product_c {
    display: block;
}

.case_active {
    background: #1e85e4 !important;
}

.case_active p {
    color: #fff !important;
}

.case_active span {
    background: url(../images/icon_xiala1.png) !important;
    transform: rotate(90deg);
}

.case li:hover .product_t span {
    background: url(../images/icon_xiala1.png);
    transform: rotate(90deg);
}

.product_c {
    width: auto;
    height: auto;
    overflow: hidden;
    display: none;
    padding: 0;
    background: #fff;
}

.product_c_t {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.product_c_t a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    align-items: center;
    margin: auto;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.product_c_t:hover a {
    text-decoration: underline;
}


/* 客户案例结束 */


/* 服务项目开始 */

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.service ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.service ul li {
    width: 16.44%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}

.service ul li img {
    width: 84px;
    height: 84px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.service ul li h1 {
    font-size: 18px;
    color: #555555;
    font-family: "微软雅黑";
    font-weight: normal;
    margin-top: 15px;
}

.service ul li p {
    font-size: 14px;
    color: #777777;
    font-family: "微软雅黑";
    margin-top: 5px;
}

.service ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: 1s all;
}


/* 服务项目结束 */


/* 首页开始 */


/* banner图开始 */

.ind_banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 0.5;
    border: 1px solid #000;
}

.ind_banner .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background: #000;
}

.ind_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    position: relative;
}

.ind_banner_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_banner_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}


/* banner图结束 */


/* 第一屏开始 */

.ind_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_first {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_first_above {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_first_above ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 85px;
    text-align: center;
}

.ind_first_above ul li {
    width: 19%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    /* float: left; */
    border-left: 1px dashed #ccc;
}

.ind_first_above ul li:nth-child(5n+5) {
    margin-right: 0;
    border-right: 1px dashed #ccc;
}

.ind_first_above ul li a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_first_above ul li a img {
    width: 170px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_first_above ul li a h1 {
    font-size: 18px;
    color: #555555;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.ind_first_above ul li a span {
    width: 25px;
    height: 1px;
    overflow: hidden;
    display: block;
    margin: 10px auto;
    background: #ccc;
}

.ind_first_above ul li a h2 {
    font-size: 14px;
    color: #1e85e4;
    text-align: center;
    font-weight: normal;
}

.ind_first_above ul li a h3 {
    width: 85px;
    height: 28px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #555555;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    font-weight: normal;
    margin: 40px auto;
}

.ind_first_above ul li:hover h3 {
    background: #1e85e4;
    color: #fff;
}


/* 第一屏结束 */


/* 第二屏开始 */

.ind_two {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_two_con {
    max-width: 1050px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 60px;
}

.ind_two_l {
    width: calc(100% - 430px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    margin-top: 35px;
}

.ind_two_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_two_title h1 {
    font-family: "微软雅黑";
    font-size: 26px;
    color: #FFFFFF;
    font-weight: normal;
    border-left: 5px solid #1e85e4;
    padding-left: 10px;
    margin-left: 80px;
}

.ind_two_title h2 {
    color: #666666;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}

.ind_two_l_con {
    width: 75%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-left: 80px;
}

.ind_two_l_con p {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 26px;
    text-align: justify;
}

.about_more {
    background: url(../images/icon_you.png) no-repeat center;
    width: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
    background-size: 100% 100%;
    margin-top: 40px;
    margin-left: 80px;
}

.ind_two_r {
    width: 430px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
    position: relative;
}

.ind_two_r_left {
    width: 21px;
    height: 21px;
    overflow: hidden;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.ind_two_r_right {
    width: 21px;
    height: 21px;
    overflow: hidden;
    display: block;
    margin: auto;
    position: absolute;
    right: 3px;
    bottom: 10px;
    transform: rotate(180deg);
}

.ind_two_r_con {
    width: 400px;
    height: 330px;
    /* overflow: hidden; */
    display: block;
    margin: 23px auto;
    border: 1px solid #636464;
}

.ind_two_r_con img {
    width: 380px;
    height: 330px;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: -10px;
}


/* 第二屏结束 */


/* 第三屏开始 */

.ind_three {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_three_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_three_con ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    margin-top: 50px;
    margin-bottom: 100px;
}

.ind_three_con ul li {
    width: 290px;
    height: 360px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.ind_three_con ul li a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_three_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
    position: absolute;
    z-index: 0;
}

.ind_three_con_t {
    margin: 30px 40px;
    height: auto;
    width: auto;
    overflow: hidden;
    display: block;
    position: absolute;
}

.ind_three_con_t h1 {
    font-family: "微软雅黑";
    font-size: 22px;
    color: #333333;
    line-height: 1.8;
    font-weight: normal;
}

.ind_three_con_t h2 {
    font-size: 14px;
    color: #1E85E4;
    line-height: 1.8;
}

.ind_three_con ul li:nth-child(1) {
    width: 600px;
    height: 360px;
}

.ind_three_con ul li:nth-child(3) {
    margin-right: 0;
}

.ind_three_con ul li:nth-child(4) {
    width: 539px;
    height: 360px;
}

.ind_three_con ul li:nth-child(5) {
    width: 650px;
    height: 360px;
    margin-right: 0;
}


/* 第三屏结束 */


/* 第四屏开始 */

.ind_four {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #f8f8f8;
}

.ind_four_con {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_four_con ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    margin-top: 45px;
    margin-bottom: 50px;
}

.ind_four_con ul li {
    width: 285px;
    height: 400px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    border: 1px solid #ededed;
    transition: 0.5s all;
    margin-right: 17px;
}

.ind_four_con ul li:nth-child(4n+4) {
    margin-right: 0;
}

.ind_four_con ul li a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_four_con_t {
    width: 285px;
    height: 285px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_four_con_t img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
    transition: 0.5s all;
}

.ind_four_con ul li:hover {
    border: 1px solid #1e85e4;
}

.ind_four_con ul li:hover .ind_four_con_t img {
    transform: scale(1.1);
}

.ind_four_con ul li:hover .ind_four_con_b h1 {
    color: #1e85e4;
}

.ind_four_con_b {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 15px;
}

.ind_four_con_b h1 {
    font-size: 18px;
    color: #555555;
    font-weight: normal;
    transition: 0.5s all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ind_four_con_b p {
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ckgd {
    width: 140px;
    height: 45px;
    overflow: hidden;
    display: block;
    margin: 60px auto 75px;
    border: 2px solid #1e85e4;
    font-size: 16px;
    color: #1e85e4;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
}


/* 第四屏结束 */


/* 第五屏开始 */

.ind_five {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_five_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 70px;
}

.ind_five_con_l {
    width: calc(100% - 500px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.ind_five_con_l_t {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 30px 0;
    border-bottom: 1px dashed #ebebeb;
}

.ind_five_con_l_t:nth-last-child(1) {
    border-bottom: none;
}

.ind_five_con_l_t_l {
    width: 210px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.ind_five_con_l_t_l img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    display: block;
    margin: auto;
    transition: 0.5s all;
}

.ind_five_con_l_t_l:hover img {
    transform: scale(1.1);
}

.ind_five_con_l_t_r {
    width: calc(100% - 240px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
}

.ind_five_con_l_t_r ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
}

.ind_five_con_l_t_r ul li {
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_five_con_l_t_r ul li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    margin: auto;
    align-items: center;
}

.ind_five_con_l_t_r ul li:hover .ind_five_con_l_t_r_l p {
    color: #1e85e4;
    text-decoration: underline;
}

.ind_five_con_l_t_r_l {
    width: calc(100% - 80px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.ind_five_con_l_t_r_l span {
    width: 3px;
    height: 18px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    background: #1e85e4;
    margin-right: 10px;
    margin-top: 2px;
}

.ind_five_con_l_t_r_l p {
    font-size: 16px;
    color: #555555;
    font-family: "微软雅黑";
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ind_five_con_l_t_r_r {
    width: 80px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
}

.ind_five_con_l_t_r_r span {
    font-size: 14px;
    color: #999999;
    font-family: "微软雅黑";
}

.ind_five_con_r {
    width: 470px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
    margin-top: 30px;
}

.ind_five_con_r img {
    width: 100%;
    height: 381px;
    overflow: hidden;
    display: block;
    margin: auto;
    transition: 0.5s all;
}

.ind_five_con_r:hover img {
    transform: scale(1.1);
}


/* 第五屏结束 */


/* 首页结束 */


/* 注册开始 */

.register {
    max-width: 500px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 90px;
    font-family: "微软雅黑";
}

.register h1 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: "微软雅黑";
}

.register h1:hover a {
    color: #1e85e4;
}

.register_form {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.register_t {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.register_t_l {
    width: 100px;
    height: 52px;
    overflow: hidden;
    display: block;
    float: left;
    line-height: 52px;
}

.register_t_l label {
    font-size: 18px;
    color: #777777;
    font-weight: normal;
    float: left;
    font-family: "微软雅黑";
}

.register_t label span {
    color: red;
    float: right;
    margin: auto 5px;
}

.register_t_r {
    width: 390px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}

.register_t_r input {
    width: 94%;
    height: 50px;
    overflow: hidden;
    display: block;
    margin: auto;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
}

.register_t_r span {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    font-size: 12px;
    color: #c00;
    margin-top: 5px;
    font-family: "微软雅黑";
}

.register_btn {
    width: 170px;
    height: 52px;
    overflow: hidden;
    display: block;
    background: #1e85e4;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    border: none;
    margin-left: 100px;
    margin-top: 10px;
    font-family: "微软雅黑";
}

.register_img {
    display: flex;
    align-items: center;
}

.register_img img {
    width: 115px;
    height: 45px;
    overflow: hidden;
    display: block;
    float: left;
}

.register_img input {
    width: 100px !important;
    float: left;
    margin: auto 5px;
}


/* 注册结束 */


/* 登录页开始 */

.login {
    max-width: 820px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 118px;
}

.login h1 {
    font-size: 26px;
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: "微软雅黑";
    margin-bottom: 20px;
}

.login_l {
    width: 408px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.login_l_title {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    display: block;
    margin: auto;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    z-index: -1;
}

.login_l_title h2 {
    width: 142px;
    height: 41px;
    /* overflow: hidden; */
    display: block;
    margin-left: 10px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: "微软雅黑";
    line-height: 41px;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #fff;
    position: relative;
    bottom: -1px;
    z-index: 1;
    text-align: center;
}

.login_form {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.login_form_t {
    margin-top: 20px;
    width: 94%;
    height: 28px;
    overflow: hidden;
    display: flex;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 10px;
    align-items: center;
}

.login_form_t>img {
    width: 21px;
    height: 21px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    margin-right: 10px;
}

.login_form_t input {
    width: calc(100% - 25px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
    border: none;
    font-size: 14px;
    color: #777777;
    font-family: "微软雅黑";
}

.login_form_t input::placeholder {
    color: #777777;
}

.login_form_a {
    border: none;
    width: 100%;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.login_form_t_l {
    width: 133px;
    height: 28px;
    overflow: hidden;
    display: flex;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 10px;
    align-items: center;
    float: left;
}

.login_form_t_l img {
    width: 21px;
    height: 21px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    margin-right: 10px;
}

.login_form_t_r {
    width: calc(100% - 160px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
}

.login_form_t_r img {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
}

.login_btn {
    width: 150px;
    height: 45px;
    overflow: hidden;
    display: block;
    background: #1e85e4;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    font-family: "微软雅黑";
    border: none;
    margin-top: 20px;
    float: left;
    text-align: center;
    line-height: 45px;
}

.login_form_a a {
    font-size: 12px;
    color: #444;
    margin-top: 30px;
    display: block;
    margin-left: 10px;
    float: left;
}

.login_r {
    width: calc(100% - 420px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
}

.login_r p {
    margin-top: 40px;
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
}

.login_register {
    width: 150px;
    height: 45px;
    overflow: hidden;
    display: block;
    background: #1e85e4;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    font-family: "微软雅黑";
    line-height: 45px;
    text-align: center;
    margin-top: 15px;
}


/* 登录页结束 */


/* 忘记密码开始 */

.forgot {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    border: 1px solid #dbdbdb;
}

.forgot_form {
    width: 400px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto 20px;
}

.zhmm_btn {
    width: 120px;
    height: 36px;
    overflow: hidden;
    display: block;
    background: #1e85e4;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    font-family: "微软雅黑";
    text-align: center;
    border: 1px solid #02629f;
    margin: 10px auto 20px;
}

.forgot_form .login_form_t {
    margin-top: 10px;
}

.enterprise_list ul li {
    min-height: auto;

    margin-right: 15px;
    margin-bottom: 10px;
}

.enterprise_list ul li a img {
    height: auto;

}
.ind_four_list{
    max-width: 1240px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}
.ind_four_list ul{
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    padding: 20px ;
}
.ind_four_list ul li{
    width: 24.9%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.ind_four_list ul li:hover{
    box-shadow: 0 0 20px #d5d5d5;
    transition: 0.5s all;
    background: #fff;
}
.ind_four_list ul li:nth-child(4n+4){
    border-right: none;
}
.ind_four_list ul li:nth-last-child(1){
    border-bottom: none;
}
.ind_four_list ul li:nth-last-child(2){
    border-bottom: none;
}
.ind_four_list ul li:nth-last-child(3){
    border-bottom: none;
}
.ind_four_list ul li:nth-last-child(4){
    border-bottom: none;
}
/* 忘记密码结束 */
